home *** CD-ROM | disk | FTP | other *** search
/ 74.208.221.89 / 74.208.221.89.zip / 74.208.221.89 / create-account - Copy.aspx < prev    next >
Text File  |  2015-03-14  |  4KB  |  90 lines

  1. ∩╗┐<%@ Page Language="VB" Debug="true" %>
  2. <script runat="server">
  3.     Dim mycon As New conValue()
  4.     Dim username, useremail, permissions As String
  5.     Dim userid As Integer
  6.     Dim str1 As String
  7.     Dim str2() As String
  8.     Dim str4() As String
  9.     Dim image(), image1, price(), mrp() As String
  10.     Sub page_load()
  11.         
  12.     End Sub
  13. </script>
  14. <!DOCTYPE html>
  15. <html lang="en">
  16. <!--#include file="header.ascx" -->
  17. <body id="home" class="wide">
  18. <!-- PRELOADER -->
  19. <!--#include file="preloader.ascx" -->
  20. <!-- /PRELOADER -->
  21.  
  22. <!-- WRAPPER -->
  23. <div class="wrapper">
  24. <!--#include file="shoppingcart.ascx" -->
  25. <!-- /Popup: Shopping cart items -->
  26. <!--#include file="topbar.ascx" -->
  27. <!-- /Header top bar -->
  28. <!--#include file="headersearch.ascx" -->
  29.  
  30.     <!-- CONTENT AREA -->
  31.     <div class="content-area">
  32.  
  33.         <!-- PAGE -->
  34.         <section class="page-section color">
  35.             <div class="container">
  36.                 <div class="row">
  37.                     <div class="col-sm-6">
  38.                         <h3 class="block-title"><span>CREATE NEW ACCOUNT</span></h3>
  39.                         <form action="create-account1.aspx" name="form5" id="form5" class="form-login" method="post">
  40.                             <div class="row">
  41.                                 <div class="col-md-12 hello-text-wrap">
  42.                                     <span class="hello-text text-thin">Fill up the below form to create your account.</span>
  43.                                 </div>
  44.                                
  45.                                 <div class="col-md-12">
  46.                                     <div class="form-group"><input class="form-control" type="email" placeholder="Email" name="email" id="email"></div>
  47.                                 </div>
  48.                                 <div class="col-md-12">
  49.                                     <div class="form-group"><input class="form-control" type="password" placeholder="Passsword" name="password" id="password"></div>
  50.                                 </div>
  51.                                  <div class="col-md-12">
  52.                                     <div class="form-group"><input class="form-control" type="text" placeholder="Name" name="name" id="name"></div>
  53.                                 </div>
  54.                                 <div class="col-md-12">
  55.                                     <div class="form-group"><input class="form-control" type="text" placeholder="Mobile" name="mobile" id="mobile"></div>
  56.                                 </div>
  57.                                
  58.                                
  59.                                 <div class="col-md-6"  onclick="document.getElementById('form5').submit();">
  60.                                     <a class="btn btn-theme btn-block btn-theme-dark"  onclick="document.getElementById('form5').submit();">Create Account</a>
  61.                                 </div>
  62.                             </div>
  63.                         </form>
  64.                     </div>
  65.                     <div class="col-sm-6">
  66.                         Space for advertisements
  67.                     </div>
  68.                 </div>
  69.             </div>
  70.         </section>
  71.         <!-- /PAGE -->
  72.  
  73.        <!--#include file="bestdeals.ascx" -->
  74.  
  75.     </div>
  76.     <!-- /CONTENT AREA -->
  77.  
  78.    <!--#include file="footer.ascx" -->
  79.     <!-- /FOOTER -->
  80.  
  81.     <div id="to-top" class="to-top"><i class="fa fa-angle-up"></i></div>
  82.  
  83. </div>
  84. <!-- /WRAPPER -->
  85. <!--#include file="footerfiles.ascx" -->
  86. <!-- JS Global -->
  87.  
  88.  
  89. </body>
  90. </html>